DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class


In This Topic
    C1GroupDataCollection<S> Class Properties
    In This Topic

    For a list of all members of this type, see C1GroupDataCollection<S> members.

    Public Properties
     NameDescription
    Public PropertyGets the state of the connection to the source. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Public PropertyGets the number of elements in the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
    Public PropertyGets the current page number. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Public PropertyGets the filter expression applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Public PropertyOverridden. Gets the group descriptions applied to the data.  
    Public PropertyGets a value indicating whether this collection can load more items. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Public PropertyGets whether the collection is disposed. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
    Public PropertyOverridden. Gets whether the group items will be inline with the data items or the items will be the first level of group items.  
    Public PropertyGets a value indicating whether the collection is being updated. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Public Property (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Public PropertyGets the element at the specified index in the read-only list. (Inherited from C1.DataCollection.C1DataCollectionBase<T>)
    Public PropertyGets or sets the maximum number of items per page. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Public PropertyGets or sets whether the sorting is performed synchronously.  
    Public PropertyGets the sort descriptions applied to the data. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Public PropertyGets the total number of items in the collection. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Public PropertyGets or sets a value indicating whether the operations will be performed using parallels CPU's.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the list that hold the items to be returned in the public api.  
    Protected PropertyGets or sets the original source collection. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Protected PropertyGets a value indicating whether the source collection is a list. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Protected PropertyGets a value indicating whether the source collection is a list. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Protected PropertyGets a value indicating whether the source collection is an ObservableCollection. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Protected PropertyGets a value indicating whether the source collection notifies changes. (Inherited from C1.DataCollection.C1WrapDataCollection<S,object>)
    Top
    See Also